home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-09-06 | 583 b | 17 lines | [TEXT/ToyS] |
- tell application "Anarchie Pro"
- set base to "ftp://user:password@host/"
- mkdir url base & "testdir"
- mkdir url base & "inside"
- rename url base & "inside" newname "testdir/nowinside"
- remove url base & "testdir/nowinside"
- remove url base & "testdir"
- sendcommand url base & "help"
-
- weblist url "http://host/path/"
- webfetch url "http://host/path/file"
- webview url "http://host/path/file"
- webviewsource url "http://host/path/file"
-
- mirrorupload file "harddisk:folder" url "ftp://username:password@host/path/"
- getwebsite file "harddisk:folder" url "http://host/path/"
- end tell